From f2569ba92b2d0505bdc341b5939fbe2a72baef50 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 19 Nov 2011 18:08:18 -0500 Subject: [PATCH] Add a missing static --- gtk/a11y/gtktreeviewaccessible.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/a11y/gtktreeviewaccessible.c b/gtk/a11y/gtktreeviewaccessible.c index 9d6132cdb2..d6abe300e3 100644 --- a/gtk/a11y/gtktreeviewaccessible.c +++ b/gtk/a11y/gtktreeviewaccessible.c @@ -3089,7 +3089,7 @@ _gtk_tree_view_accessible_remove (GtkTreeView *treeview, /* NB: id is not checked, only columns < id are. * This is important so the function works for notification of removal of a column */ -guint +static guint to_visible_column_id (GtkTreeView *treeview, guint id) { -- 2.30.2